home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 4 / Eagles_Nest_Mac_Collection_Disc_4.TOAST / Desktop Publishing / DTPAdv10 / DTP Master Forms / background_5215.txt < prev    next >
Text File  |  1988-09-02  |  3KB  |  131 lines

  1. -- background: 5215 from stack: in
  2. -- bmap block id: 2081
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 16 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=476 top=0 right=19 bottom=504
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Black Card
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   global soundstatus
  30.   if soundstatus is "on" then
  31.     visual effect Dissolve fast
  32.     play boing C5H
  33.   end if
  34.   go Home
  35.   play boing C4H
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 26 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=410 top=0 right=19 bottom=431
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   global soundstatus
  55.   if soundstatus is "on" then
  56.     Play harpsichord qr e6t d c
  57.   end if
  58.   Visual scroll DOWN
  59.   Pop Card
  60.  
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 27 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=367 top=0 right=19 bottom=385
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: 
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual Barn door close
  80.   go back
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 30 (field)
  86. -- low flags: 00
  87. -- high flags: 4000
  88. -- rect: left=176 top=30 right=51 bottom=510
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 0
  92. -- font id: 3
  93. -- text size: 10
  94. -- style flags: 0
  95. -- line height: 13
  96. -- part name: project
  97.  
  98.  
  99. -- part 31 (field)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=96 top=30 right=51 bottom=177
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 65535
  106. -- font id: 3
  107. -- text size: 10
  108. -- style flags: 0
  109. -- line height: 13
  110. -- part name: dtp bak f3
  111.  
  112.  
  113. -- part 35 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=377 top=0 right=18 bottom=402
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: 
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   Visual Barn door close
  128.   go to card "forms control"
  129. end mouseUp
  130.  
  131.